Dyanmic Form Fields
Instructions:
- Create a template based on the studentInputLine section.
- When the user clicks on the Add Another Student button call a function that will add another input line to the form.
- Use the template as the basis for the new line.
- You will need to update the studentName and studentID id values for each new row. The values of the id elements must be unique.
- Add the new line to the form.
- Note: this form will not process the form data.